crypto/tls.ecdheParameters.PublicKey (method)

6 uses

	crypto/tls (current package)
		handshake_client.go#L139: 		hello.keyShares = []keyShare{{group: curveID, data: params.PublicKey()}}
		handshake_client_tls13.go#L235: 		hs.hello.keyShares = []keyShare{{group: curveID, data: params.PublicKey()}}
		handshake_server_tls13.go#L213: 	hs.hello.serverShare = keyShare{group: selectedGroup, data: params.PublicKey()}
		key_agreement.go#L191: 	ecdhePublic := params.PublicKey()
		key_agreement.go#L306: 	ourPublicKey := params.PublicKey()
		key_schedule.go#L108: 	PublicKey() []byte